Welcome![Sign In][Sign Up]
Location:
Search - text java read

Search list

[JSP/JavaJava工具类库

Description: 这是一个Java工具类库,用户读取基于文本的数据文件,如CSV, tab分隔的或固定宽度格式的文件。-This is a tool for Java class libraries, the user to read text-based data files, such as CSV. tab separated or fixed-width format.
Platform: | Size: 13527 | Author: 林拉 | Hits:

[TreeViewTextSamplerDemo

Description: Text Sampler, Java read and display html etc.-Text Sampler. Java read and display html etc..
Platform: | Size: 4284 | Author: 秦皇岛 | Hits:

[JSP/Java使用lex分析java源程序

Description: Lex是美国Bell实验室用C语言研制的一个词法分析程序自生成工具。它的基本原理就是使用正则表达式扫描匹配文本,并为每一个匹配模式定义一些操作,当用C语言作宿主语言时,这些操作都由C语言实现。一种匹配的正则表达式可能会包含相关的动作。这一动作可能还包括返回一个标记。当 Lex 接收到文件或文本形式的输入时,它试图将文本与正则表达式进行匹配。它一次读入一个输入字符,直到找到一个匹配的模式。如果能够找到一个匹配的模式,Lex 就执行相关的动作(可能包括返回一个标记)。-Lex Bell Laboratories of the United States with C language developed by a lexical analysis tool generated from the process. Its fundamental principle is to use a regular expression matching text scanning, and for every definition of a matching model for operation, when the C language of the host language, these operators by C language. A match of which is likely to contain expressions related to the moves. This action may also include the return of a marker. When Lex reception of the document or text input, it is trying to text and is a regular expression matching. It read an input into the characters, until they found a matching pattern. If they can find a matching model, Lex on the implementation of the action (which may include a return of markings).
Platform: | Size: 2994 | Author: 万宏兴 | Hits:

[JSP/Javaanaly3

Description: 编写一个文本文件分析程序,读入一个英文文本文件,统计其中单词、数字、标点符号等元素出现的次数,并记录单词总数。 提示:对文件的分析可以使用StreamTokenizer类-prepared a text file analysis program, read an English text files, statistics words, numbers, punctuation and other elements of the number and the total number of recorded words. Tip : the analysis of the document can be used StreamTokenizer category
Platform: | Size: 2048 | Author: | Hits:

[File Operate读取基于文本的数据文件

Description: 用于读取基于文本的数据文件的类,及其使用的详细说明,是java处理文本变得很方便-used to read text-based data files category, and the use of the detailed descriptions, java version of the text is very convenient
Platform: | Size: 69632 | Author: 钟覃 | Hits:

[JSP/Java使用lex分析java源程序

Description: Lex是美国Bell实验室用C语言研制的一个词法分析程序自生成工具。它的基本原理就是使用正则表达式扫描匹配文本,并为每一个匹配模式定义一些操作,当用C语言作宿主语言时,这些操作都由C语言实现。一种匹配的正则表达式可能会包含相关的动作。这一动作可能还包括返回一个标记。当 Lex 接收到文件或文本形式的输入时,它试图将文本与正则表达式进行匹配。它一次读入一个输入字符,直到找到一个匹配的模式。如果能够找到一个匹配的模式,Lex 就执行相关的动作(可能包括返回一个标记)。-Lex Bell Laboratories of the United States with C language developed by a lexical analysis tool generated from the process. Its fundamental principle is to use a regular expression matching text scanning, and for every definition of a matching model for operation, when the C language of the host language, these operators by C language. A match of which is likely to contain expressions related to the moves. This action may also include the return of a marker. When Lex reception of the document or text input, it is trying to text and is a regular expression matching. It read an input into the characters, until they found a matching pattern. If they can find a matching model, Lex on the implementation of the action (which may include a return of markings).
Platform: | Size: 3072 | Author: 万宏兴 | Hits:

[Crack HackRSA加长分段加密

Description: RSA加密算法,界面操作,可以很方便的对文件的内容进行加密,而且为了能加密更长的内容,算法中采用了分段加密的手段。其算法步骤如下:1. 读取公钥e和n,作加密之用。 2. 从DecText中读取一大段明文,转化成明文字节数组Byte[]。 3. 再把Byte[]分成若干小段明文字节数组sectByte[]。 4. 使用e和n对所有的sectByte[]进行加密,并合成一大段密文,添加到EncText。 5. 读取下一大段明文,若明文为空,完成加密;否则转2-RSA encryption algorithm, interface operation, it is convenient to the contents of the documents for encryption, but in order to longer content encryption algorithm used in the sub-encryption tools. The algorithm steps are as follows : 1. Read public key e and n, for encryption purposes. 2. DecText from reading a big specifically, into an express byte array Byte []. 3. Byte [] then divided into pieces expressly sectByte byte [] array. 4. The use of e and n of all sectByte [] encryption and synthesis of a large dense text to be added EncText. 5. The next major reading of the express, if expressly for the space, complete encryption; Otherwise turn 2
Platform: | Size: 75776 | Author: 何泽荣 | Hits:

[Crack HackRSA加长分段解密

Description: RSA加长分段解密算法,界面操作。算法步骤如下:1. 读取私钥d和n,作解密之用。 2. 从EncText中读取一大段密文,再把该大段密文分成若干小段密文。 3. 使用d和n把所有小段密文进行解密成对应的小段密文sectByte[],再合成一大段明文字节数组Byte[],并转化成大段明文添加到DecText。 4. 读取下一大段密文,若密文为空,完成解密;否则转2-RSA decryption algorithm lengthened section, the interface operation. Algorithm steps are as follows : 1. Read private key d and n, used for decryption. 2. EncText from reading a big secret of the text, and then the big secret of the text is divided into a number of subparagraphs ciphertext. 3. The use of d and n all subparagraph declassified secret text into corresponding sections ciphertext sectByte [], then synthesis of a large expressly byte array Byte [], and conversion of the university to express DecText added. 4. The next major reading of dense text, if ciphertext empty, completed decryption; Otherwise turn 2
Platform: | Size: 33792 | Author: 何泽荣 | Hits:

[Education soft system正文

Description: 这是个毕业论文的正文文件,大家看看,具体功能看了就知道-This is the text of thesis paper, we look at the specific functions to read on to know
Platform: | Size: 287744 | Author: 左毅 | Hits:

[GUI Developv7330_XpGridFrame

Description: 主要功能: 1、xpGrid数据控件:根据数据库数据字典定义自动生成DataGrid,可不用写代码即可实现数据的增删改 2、集成的权限控制功能,权限按字段分配,可精确控制字段的读写属性 3、丰富的数据编辑方式:提供按Form方式编辑和按Grid方式编辑两种方式数据编辑界面,对字段的输入方式提供:普通文本框、复选框、密码框、多行文本、下拉列表、引用其它表等多种输入方式 4、数据重构:动态的修改数据字典,通过对数据字典的修改可动态的控制前台界面的显示及输入 5、代码维护:维护下拉列表编辑模式对应的下拉列表内容 6、权限控制:控制用户及角色的功能权限及字段权限 7、简单的应用系统框架-main functions : 1, xpGrid Data Control : According to the database data dictionary definition DataGrid automatically generated, would not have to write code data can be changed to delete the two, the competence of integrated control functions and powers according to the distribution field, the field of precision control read and write attributes 3, rich data editing : Form provided by the editors and by the way Grid two ways to edit data editing interface to the field to provide input : ordinary text box, check box, the password box, and more lines of text, drop-down list, to use other forms of input, such as Mode 4, data reconstruction : Dynamic the revised data dictionary, data dictionaries can dynamically change the future control of display and interface to import 5, code maintenance
Platform: | Size: 500736 | Author: 哲凡 | Hits:

[TreeViewTextSamplerDemo

Description: Text Sampler, Java read and display html etc.-Text Sampler. Java read and display html etc..
Platform: | Size: 4096 | Author: 秦皇岛 | Hits:

[JSP/Javatoobar

Description: 当读取一个大文件的时候,需要显示一个进度条提示用户还有多少要读取和已经 * 读取了多少内容-When reading a large file, the need to display a progress bar prompts the user to read and how much has been* read the number of content
Platform: | Size: 1024 | Author: wangle | Hits:

[JSP/Javaapidoc

Description: 这是一个Java工具类库,用户读取基于文本的数据文件,如CSV, tab分隔的或固定宽度格式-This is a Java tool for library users to read text-based data files such as CSV, tab-delimited or fixed width format
Platform: | Size: 70656 | Author: xiaohe | Hits:

[SMSFlashSMS

Description: flash sms 闪信源码,可直接于用户手机上显示短信,读过即删不保留。-flash sms flash source letter can be directly displayed on the user mobile phone text messages, read or censored not to retain.
Platform: | Size: 2048 | Author: russell | Hits:

[JSP/JavaDBscan

Description: 用java写的DBscan算法,支持文本读入,并且结果可以用图像显示的-With DBscan algorithm written in java, read text, and the results can be graphically
Platform: | Size: 2048 | Author: Calvin Chen | Hits:

[J2MEreader

Description: 多格式文本阅读器是一个简单的j2me手机应用程序,它支持普通文本、Unicode、UTF-8等多种文本读取,适合j2me编程的初学者学习参考使用。-Text of multi-format reader is a simple cell phone j2me application, it supports plain text, Unicode, UTF-8 text to read, etc., suitable for beginners to learn j2me programming reference.
Platform: | Size: 13312 | Author: 阿发 | Hits:

[Windows DevelopLsi

Description: 对lingpipe中的lsi进行修改,包括文本读写以及term-document matrix-Lsi on the lingpipe modify, including the text to read and write, as well as term-document matrix
Platform: | Size: 12288 | Author: zx | Hits:

[Software EngineeringJ2ME-read-Unicode-and-UTF

Description: J2ME中如何读取Unicode和UTF文字编码方式的方法,需要的就下下来看看吧-J2ME How to read Unicode and UTF text encoding methods, need to see it on the next down
Platform: | Size: 4096 | Author: hmdesign | Hits:

[JSP/JavaFileReader

Description: txt,CSV等文本文件的读入类,能取出指定行和指定列的值-txt, CSV and other text files read into the class, be able to remove the specified row and column values of the specified
Platform: | Size: 1024 | Author: zhao | Hits:

[JSP/Javaread-and-write-text-files

Description: Java编写的示例代码,可以实现读写文本文件的功能。-Sample code written in Java, can read and write text files.
Platform: | Size: 7168 | Author: 刘向平 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net